/*
Theme Name: Twentyeleven Child
Description: Child theme for the twentyeleven theme 
Author: Your name here
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");


/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #768479;
	font: 15px "Rimes New Roman", Helvetica, Arial, sans-serif, Times,serif;
	font-weight: 300;
	line-height: 1.625;
}
body {
	background: #353A36;
}
#page {
	background: #353A36;
}


/* =Header
----------------------------------------------- */

#branding {
	border-top: 0px solid #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}
#site-title {
	margin-right: 200px;
	padding: 3.65625em 0 0;
}
#site-title a {
	color: #768479;
	font-size: 40px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}

#site-description {
	color: #768479;
	font-size: 16px;
	margin: -0px ;
}

h1,h2 {
	display: inline
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}

#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}


/* Site Generator Line */
#site-generator {
	background: #353A36;
	border-top: 0px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
	display:none;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}

/* =removing line, search, page title, comment, etc...
-------------------------------------------------------------- */

#respond {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    display: none;
    margin: 0 auto 1.625em;
    padding: 1.625em;
    position: relative;
    width: 68.9%;
}

#branding #s {
    -moz-transition-duration: 400ms;
    -moz-transition-property: width, background;
    -moz-transition-timing-function: ease;
    display: none;
    float: right;
    width: 72px;
}

.entry-title, .entry-title a {
    color: #222222;
    display: none;
    text-decoration: none;
}

.page-template-sidebar-page-php #respond {
    display: none;
    width: auto;
}

.hentry, .no-results {
    border-bottom: 0 solid #DDDDDD;
    margin: 0 0 1.625em;
    padding: 0 0 1.625em;
    position: relative;
}

#supplementary {
    border-top: 0px solid #DDDDDD;
    overflow: hidden;
    padding: 0em 7.6%;
}

.entry-content table, .comment-content table {
    border-bottom: 0px solid #DDDDDD;
    margin: 0 0 1.625em;
    width: 100%;
}

.entry-content td, .comment-content td {
    border-top: 0px solid #DDDDDD;
    padding: 6px 10px 6px 0;
}